home *** CD-ROM | disk | FTP | other *** search
/ Power Tools for Macintosh / Power Tools for Macintosh (SoftBit)(1992).iso / Applications / DataShaper / DataShaper Intro / background_2767.txt < prev    next >
Text File  |  1991-07-29  |  2KB  |  102 lines

  1. -- background: 2767 from stack: in
  2. -- bmap block id: 6892
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   beep
  9. end mouseUp
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=346 top=291 right=320 bottom=383
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 9301 / 9301
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Prev
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go to previous card
  28. end mouseUp
  29.  
  30.  
  31. -- part 2 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=385 top=291 right=320 bottom=421
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 27009 / 27009
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Next
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual effect dissolve
  46.   go to next card
  47. end mouseUp
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=422 top=291 right=320 bottom=458
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 2162 / 2162
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Return
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect iris close
  65.   go to first card
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 4 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=456 top=286 right=324 bottom=500
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 11045 / 11045
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Home
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual effect iris close
  85.   go home
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 5 (field)
  91. -- low flags: 00
  92. -- high flags: 0004
  93. -- rect: left=342 top=36 right=280 bottom=505
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 0
  97. -- font id: 2
  98. -- text size: 18
  99. -- style flags: 0
  100. -- line height: 24
  101. -- part name: 
  102.